home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / isdn / act2000 / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  213 b   |  10 lines

  1. # Makefile for the act2000 ISDN device driver
  2.  
  3. # Each configuration option enables a list of files.
  4.  
  5. obj-$(CONFIG_ISDN_DRV_ACT2000)    += act2000.o
  6.  
  7. # Multipart objects.
  8.  
  9. act2000-y            := module.o capi.o act2000_isa.o
  10.